object FullSlide: TFullSlide Left = 4 Top = 38 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderIcons = [] BorderStyle = bsNone Caption = 'FullSlide' ClientHeight = 433 ClientWidth = 624 Color = clBlack Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter OnClick = ImageClick OnShow = FormShow PixelsPerInch = 96 TextHeight = 16 object MultiImage1: TPMultiImage Left = 8 Top = 10 Width = 609 Height = 396 Center = True Color = clBlack ImageName = 'file not found' ImageDither = True ImageReadRes = lColor256 ImageWriteRes = sColor256 TifSaveCompress = sNONE JPegSaveQuality = 25 JPegSaveSmooth = 0 OnClick = ImageClick OnKeyDown = MultiImage1KeyDown Stretch = True TextLeft = 0 TextTop = 0 TextRotate = 0 TabOrder = 0 TabStop = False end end